#adv-mag-index-pop{
  width: 800px;
  height: 450px;
  position: fixed;
  z-index: 101;
  text-align: center;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#adv-mag-index-pop img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#adv-mag-index-pop .adv-mag-index-close{
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  background: rgb(0,0,0,.3);
}
